home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-08-29 | 397 b | 26 lines | [TEXT/????] |
- TOP= ::
- PGENDIR= {TOP}Parser:
- PGEN= {PGENDIR}Pgen
- DESTH= {TOP}Include:graminit.h
- DESTC= {TOP}Python:graminit.c
-
- all ƒ install
-
- install ƒ {DESTH} {DESTC}
-
- depend ƒ
-
- {DESTH} ƒ graminit.h
- Duplicate -y graminit.h {DESTH}
-
- {DESTC} ƒ graminit.c
- Duplicate -y graminit.c {DESTC}
-
- graminit.c graminit.h ƒ {PGEN} Grammar
- {PGEN} Grammar
-
- clean ƒ
- Delete -i graminit.c graminit.h
-
- clobber ƒ clean
-